Esx Settings Clusters Vms Solutions ClusterSolutionsApplyFilterSpec
The Esx Settings Clusters Vms Solutions ClusterSolutionsApplyFilterSpec schema contains properties that describe a filter that to be used for applying the desired specification of solutions with deployment type Esx Settings Clusters Vms DeploymentType.CLUSTER_VM_SET to a given cluster.
This schema was added in vSphere API 9.0.0.0.
{
"solutions": [
"string"
],
"deployment_units": [
"string"
]
}
Specific solutions within the cluster to be considered during the execution of the apply operation.
This property was added in vSphere API 9.0.0.0.
if missing or null
or empty, all solutions are applied.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.esx.settings.vms.SystemVmSolution
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.esx.settings.vms.SystemVmSolution
.
Deployment units on which solutions that are specified by this structure need to be applied.
The deployment unit represents a single VM instance deployment. It is returned by the #checkCompliance operation.
This property was added in vSphere API 9.0.0.0.
if missing or null
or empty, the configured solutions by solutions are applied on all of the deployment units in the cluster.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.esx.settings.vms.SystemVmDeploymentUnit
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.esx.settings.vms.SystemVmDeploymentUnit
.